Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: Extract business address data from the personal address book
Feedback Type: Problem
Product Area: Notes Client
Technical Area: Application Development
Platform: ALL
Release: 8.5.3
Reproducible: Always

I hasve some code that seems to no longer work in 8.5 environment. We have form that populates the fields on the form from the personal address book.

The company name and business address details doesn't populate into the form anymore and I'm not sure why.

Do I need to use a different view instead of ($Users)?

This is the code:
FIELD AccountName := @Name([CN]; @PickList([Name] : [Single]));

Server := @Subset(@DbName;1);
ABView := "($Users)";
FIELD AccountName :=@DbLookup("" : "" ;"" :"Names.NSF";ABView; AccountName:FullName;"CompanyName");
FIELD PhoneNo := @DbLookup("" : "" ;"" :"Names.NSF";ABView; AccountName:FullName;"OfficePhoneNumber");
FIELD FaxNo := @DbLookup("" : "" ;"" :"NAMES.NSF";ABView; AccountName:FullName;"OfficeFaxPhoneNumber");
FIELD Address := @DbLookup("" : "" ;"" :"NAMES.NSF";ABView; AccountName:FullName;"OfficeStreetAddress");
FIELD jobtitle := @DbLookup("" : "" ;"" :"NAMES.NSF";ABView; AccountName:FullName;"JobTitle");
FIELD City := @DbLookup("" : "" ;"" :"NAMES.NSF";ABView; AccountName:FullName;"OfficeCity");
FIELD State := @DbLookup("" : "" ;"" :"NAMES.NSF";ABView; AccountName:FullName;"OfficeState");
FIELD Zip := @DbLookup("" : "" ;"" :"NAMES.NSF";ABView; AccountName:FullName;"OfficeZIP");
FIELD Country := @DbLookup("" : "";"" :"NAMES.NSF";ABView; AccountName:FullName;"OfficeCountry");
@True


Feedback number WEBB8SNJA2 created by ~Kelly Reniverettu on 03/23/2012

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS